home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 269 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: ramus.apana.org.au!news
  2. From: neil@daemon.apana.org.au (Neil Simmonds   )
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP/PPP/Amosaic problem
  5. Date: Mon, 8 Jan 96 15:44:36
  6. Organization: Daemon Public Access Unix (03)563-8438
  7. Message-ID: <19960108.7D33088.E468@daemon.apana.org.au>
  8. References: <4c7kh8$3rr@parsifal.nando.net>
  9. Reply-To: neil@daemon.apana.org.au
  10. NNTP-Posting-Host: dialup-02.apana.org.au
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. In reply to grrc (grrc@nando.net) who stated:
  14.  
  15.  
  16. : I am trying to get on the WWW and here is what has happened so far -
  17. : (Mosaic is gone from most of Aminet - I finally found a copy of 1.2 at 
  18. : ftp.omnipresence.com; I have an INDEX file from dec 9 that lists mosaic 
  19. : in pub aminet comm net and as of tonight could not find it anywhere on 
  20. : Aminet -- I did notice also that there is mosaic-20-prerelease out there 
  21. : at the headquarters site [I should try to use that exe later])
  22.  
  23. : Well, I managed to track down all the pieces (PPP,AmiTCP,Amosaic) and 
  24. : most of the installations done but I am still running into a couple of 
  25. : problems getting Webbed:
  26. : 1) When I use the s:dialscript option it fails with a timeout -
  27. :     the script gets to AT&d0####### echos it and the next line but I 
  28. :     hear it dial and it finally times out.
  29. : 2) I remove the dialscript option, re-boot, and login with NCOMM (after 
  30. :     setting AT&d0), I quit from ncomm and execute startnet and it hangs out 
  31. :     for a while then fails with S2_ONLINE: Device driver is off-line 
  32. :     (unit is currently off-line) online failed returncode 10.
  33.  
  34. Like a lot of you, I too are having problems with getting the dialer in
  35. ppp1_30.lha to work. Results were as you you suggest exactly.
  36.  
  37. I have determined the problem to be with "serial.device" itself. It would
  38. appear that when something opens the serial.device with a certain setting
  39. it is locked that way. The thing I blame is the prefences tool Serial.
  40.  
  41. As an example, I tried to get ppp0.config to dial using serial.device at
  42. 19200bps, and then repeated the exercise at a speed of 38400bps.
  43.  
  44. The dialscript contained:
  45. send "ATZ"
  46. wait "OK"
  47. all I wanted was a response from the modem.
  48.  
  49. At no time could I get a response from the modem. However, when I loaded
  50. up my terminal program, I had no problems. This would be because the
  51. terminal program steals the "serial.device" away from whatever it is that
  52. has it. This is something that the PPP1_30 dialer cannot do (at least I am
  53. not aware that it can).
  54.  
  55. So I changed to a replacement for the serial device -- 8n1.device -- and
  56. retried whithout any problems whatsoever. There are other devices that
  57. would equally be as good.
  58.  
  59. Hope this helps.
  60.  
  61. Neil Simmonds
  62. neil@daemon.apana.org.au
  63.